From f428e454e538cfb34fcc43822befd7bbe25e43f7 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 12 May 2006 21:36:05 +0000 Subject: [PATCH] With Olaf. Improve doc for Dell Axim and Streets & Trips/Autoroute. --- gpsbabel/readme.xml | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/gpsbabel/readme.xml b/gpsbabel/readme.xml index 500f89fd7..a5cd5f441 100644 --- a/gpsbabel/readme.xml +++ b/gpsbabel/readme.xml @@ -292,6 +292,18 @@ quotes or some other escape mechanism. There is a tutorial how to create an onramp for a limited access highway in Street Atlas USA using GPSBabel. +
+ + Dell Axim Navigation System tracklogs + + axim_gdb + This reads the binary .gpb tracks recorded by Dell Axim. + The structure has a fixed record length with + many unknown bytes, but we can extract the common gps data + we need to create nice tracks in any format. For this reason, + this track format is read-only. + +
@@ -1140,13 +1152,25 @@ sections not being handled to remain intact (e.g. map sets)
- Microsoft Autoroute 2002 format + Microsoft Autoroute 2002-2006 reader + Microsoft Streets and Trips reader MSroute - Input support for Microsoft AutoRoute 2002 .axe files. + Input support for Microsoft AutoRoute 2002-2006 .axe files +and Microsoft Streets and Trips .est files. These files contains only routes. We can extract the coordinates and the names of the points within route. An export to this format will -not be supported. +not be supported. + Only the start, stops, and end points are stored in the +.est/.axe/.ptm files. Turn-by-turn route data is not stored in the +.est/.axe/.ptm files, and is recalculated by the Microsoft title each +time on opening the file. This means that the output of GPSBabel will +not contain turns needed for driving directions. + One possible approach to achieve similar results is to +use the Streets and Trips drawing tools to trace a line over the +interesting parts of the route to capture intersections or key turns. +GPSBabel will capture stops in the route and insert those as turns, so +adding stops at intersections can also improve the results when converting.
-- 2.30.2